projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c3e220
)
Auto-commit of generated files.
author
Glenn Morris
<rgm@gnu.org>
Fri, 28 Dec 2012 11:17:36 +0000
(06:17 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 28 Dec 2012 11:17:36 +0000
(06:17 -0500)
autogen/configure
patch
|
blob
|
history
diff --git
a/autogen/configure
b/autogen/configure
index 85e9469c13eff06389490aa22c1364c7db457066..d63c16bb528f899802e2e5a9669091a3ad2bd765 100755
(executable)
--- a/
autogen/configure
+++ b/
autogen/configure
@@
-3330,6
+3330,7
@@
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu=$ac_cv_c_compiler_gnu
+emacs_config_options="$@"
ac_config_headers="$ac_config_headers src/config.h:src/config.in"
@@
-16106,9
+16107,10
@@
cat >>confdefs.h <<_ACEOF
#define EMACS_CONFIGURATION "${canonical}"
_ACEOF
+emacs_config_options=`echo "$emacs_config_options" | sed -e "s/\"/'/g"`
cat >>confdefs.h <<_ACEOF
-#define EMACS_CONFIG_OPTIONS "${
ac_configure_arg
s}"
+#define EMACS_CONFIG_OPTIONS "${
emacs_config_option
s}"
_ACEOF